home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global xautomode, xmode, xautospeed, xfirst, xmiddle, xslow, xvolume
- if xmode = 0 then
- set xmode to 1
- if xautospeed = xslow then
- set the hilite of cast "slow" to 1
- else
- if xautospeed = xmiddle then
- set the hilite of cast "middle" to 1
- else
- if xautospeed = xfirst then
- set the hilite of cast "first" to 1
- end if
- end if
- end if
- if xvolume = 0 then
- set the hilite of cast "VOL-0" to 1
- else
- if xvolume = 1 then
- set the hilite of cast "VOL-1" to 1
- else
- if xvolume = 2 then
- set the hilite of cast "VOL-2" to 1
- else
- if xvolume = 3 then
- set the hilite of cast "VOL-3" to 1
- else
- if xvolume = 4 then
- set the hilite of cast "VOL-4" to 1
- else
- if xvolume = 5 then
- set the hilite of cast "VOL-5" to 1
- else
- if xvolume = 6 then
- set the hilite of cast "VOL-6" to 1
- else
- if xvolume = 7 then
- set the hilite of cast "VOL-7" to 1
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-